<Code Lib>
2020 Method
Changes 0
M

FlexPipe.Create(Document, ElementId, ElementId, ElementId, XYZ, XYZ, IList<XYZ>)

Description:
Creates a new flexible pipe into the document, using a point array and flex pipe type.
Overloads (2):
Create(Document,ElementId,ElementId,ElementId,XYZ,XYZ,IList[XYZ])

public static FlexPipe Create(
	Document document,
	ElementId systemTypeId,
	ElementId pipeTypeId,
	ElementId levelId,
	XYZ startTangent,
	XYZ endTangent,
	IList<XYZ> points
)

Return Value FlexPipe If creation was successful then a new flexible pipe is returned, otherwise an exception with failure information will be thrown.

Loading…